get

open override fun get(): T

provide the stored value, gated behind the results of any provided conditions. If any condition fails, this will return false no matter the underlying value

Return

the stored value if the conditions pass, the supplied fallback value otherwise

Author

fzzyhmstrs

Since

0.5.4